Nick Roberts [Fri, 23 Dec 2005 01:51:44 +0000 (01:51 +0000)]
Add FSF as maintainer.
(describe-text-mode, describe-text-mode-map)
(describe-text-mode-hook, describe-text-done): Delete. Use normal
help-mode.
(describe-text-widget, describe-text-sexp)
(describe-property-list, describe-text-category)
(describe-text-properties, describe-text-properties-1)
(describe-char): Use help buttons instead of widgets.
(describe-char-unicodedata-file): Make URL link in doc string.
Richard M. Stallman [Fri, 23 Dec 2005 01:46:33 +0000 (01:46 +0000)]
(Easy Customization and subnodes):
Replace "active field" with "button".
Use "user option" only for variables.
Use "setting" for variable-or-face.
Richard M. Stallman [Fri, 23 Dec 2005 01:39:01 +0000 (01:39 +0000)]
(custom-reset-menu, custom-magic-alist, Custom-mode-menu):
Say "standard values".
(Custom-reset-standard): Doc fix.
(custom-face-reset-standard): Doc fix.
Richard M. Stallman [Fri, 23 Dec 2005 01:34:27 +0000 (01:34 +0000)]
(customize-changed-options-previous-release): Prev release is 21.1.
(customize-changed-options): Doc fix.
(customize-changed): New alias.
Richard M. Stallman [Fri, 23 Dec 2005 01:21:16 +0000 (01:21 +0000)]
(customize-browse): Reword the top-of-buffer help intro.
(custom-buffer-create-internal): Fix previous change.
Richard M. Stallman [Fri, 23 Dec 2005 01:18:08 +0000 (01:18 +0000)]
(custom-variable-prompt): Say "variable" in prompt.
(custom-buffer-create-internal): Reword the top-of-buffer help intro.
Don't include buttons that write a file when there's no file.
(custom-variable-menu, custom-face-menu, custom-group-menu):
Don't include commands that write a file when there's no file.
Richard M. Stallman [Thu, 22 Dec 2005 23:30:36 +0000 (23:30 +0000)]
(xmenu_show): Call inhibit_garbage_collection.
Luc Teirlinck [Thu, 22 Dec 2005 19:09:01 +0000 (19:09 +0000)]
(Select Buffer): Change order in table to make "Similar" refer to the
correct item.
(Indirect Buffers): Minor rewording.
Luc Teirlinck [Thu, 22 Dec 2005 19:07:18 +0000 (19:07 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 22 Dec 2005 16:18:46 +0000 (16:18 +0000)]
(update-game-score.o): Delete spurious final `\'.
Stefan Monnier [Thu, 22 Dec 2005 16:09:32 +0000 (16:09 +0000)]
(font-lock-default-fontify-buffer): Try and set-defaults even if font-lock-mode
is non-nil since it may be t without having turned on font-lock-mode-internal.
(font-lock-choose-keywords): Minor optimization.
(font-lock-add-keywords, font-lock-remove-keywords, font-lock-set-defaults):
Don't call make-local-variable on a variable that we know to already be local.
Richard M. Stallman [Thu, 22 Dec 2005 14:44:38 +0000 (14:44 +0000)]
Fix previous change.
Kim F. Storm [Thu, 22 Dec 2005 12:46:04 +0000 (12:46 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Thu, 22 Dec 2005 08:17:30 +0000 (08:17 +0000)]
(mac_per_char_metric): Add prototype.
(x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
(mac_query_char_extents): New function.
(x_per_char_metric): Use it.
(XLoadQueryFont): Likewise. Consolidate min/max_bounds calculations.
[USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Use
mac_per_char_metric instead of x_per_char_metric.
(mac_text_extents_16): New function.
(mac_compute_glyph_string_overhangs): Use it.
(mac_unload_font): Free member `bounds' in struct MacFontStruct.
YAMAMOTO Mitsuharu [Thu, 22 Dec 2005 08:17:01 +0000 (08:17 +0000)]
(XCharStruct): Remove member `valid_p'.
(STORE_XCHARSTRUCT): Don't set member `valid_p'.
(XCharStructRow): New typedef.
(XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID): New
macros.
(struct MacFontStruct): Add member `bounds'. Remove member
`per_char'. All uses for QuichDraw Text fonts are changed to
`bounds.per_char'. ATSUI font bounds are represented as an array
`bounds.rows' of XCharStructRow's, each of which consists of a
bitmap of valid entries and an array of char bounds.
YAMAMOTO Mitsuharu [Thu, 22 Dec 2005 08:16:53 +0000 (08:16 +0000)]
(Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
Romain Francoise [Thu, 22 Dec 2005 07:41:04 +0000 (07:41 +0000)]
(lisp-complete-symbol): Don't print progress messages if in the
minibuffer.
Stefan Monnier [Thu, 22 Dec 2005 01:51:40 +0000 (01:51 +0000)]
(flyspell-check-word-p): Don't quote - in a regexp.
(tex-mode-flyspell-verify, flyspell-get-word)
(flyspell-external-point-words): Don't use point-min/max uselessly.
Stefan Monnier [Thu, 22 Dec 2005 01:48:20 +0000 (01:48 +0000)]
(lisp-complete-symbol): Mostly undo the change by Kevin Rodgers.
Instead, just hide the completions buffer if we don't need to show it.
Luc Teirlinck [Thu, 22 Dec 2005 01:46:34 +0000 (01:46 +0000)]
(file, directory): Doc fixes for the `define-widget's.
Luc Teirlinck [Thu, 22 Dec 2005 01:44:31 +0000 (01:44 +0000)]
*** empty log message ***
Luc Teirlinck [Thu, 22 Dec 2005 01:35:40 +0000 (01:35 +0000)]
(atoms): Delete obsolete remark about `file' widget.
Richard M. Stallman [Thu, 22 Dec 2005 00:39:46 +0000 (00:39 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 21 Dec 2005 20:08:49 +0000 (20:08 +0000)]
(url-cookie-write-file): Create parent dir.
Stefan Monnier [Wed, 21 Dec 2005 20:04:41 +0000 (20:04 +0000)]
(url-configuration-directory): Use ~/.emacs.d if possible.
Stefan Monnier [Wed, 21 Dec 2005 20:02:20 +0000 (20:02 +0000)]
(lisp-complete-symbol): Don't call delete-windows-on with an inexistent buffer.
Stefan Monnier [Wed, 21 Dec 2005 17:33:40 +0000 (17:33 +0000)]
(Fdisplay_completion_list): Use XCAR/XCDR.
(Fminibuffer_completion_help): Remove duplicates before display.
Károly Lőrentey [Wed, 21 Dec 2005 15:37:25 +0000 (15:37 +0000)]
(print_preprocess): Don't loose print_depth levels while iterating.
Károly Lőrentey [Wed, 21 Dec 2005 12:35:05 +0000 (12:35 +0000)]
Add note on the multi-tty branch.
YAMAMOTO Mitsuharu [Wed, 21 Dec 2005 12:31:22 +0000 (12:31 +0000)]
(struct mac_output): Remove unused member
menu_command_in_progress.
YAMAMOTO Mitsuharu [Wed, 21 Dec 2005 12:31:02 +0000 (12:31 +0000)]
(Qmac_apple_event): Add extern.
(set_frame_menubar, mac_menu_show keymp_panes)
(single_keymap_panes, list_of_panes, list_of_item)
(single_menu_item): Add argument types to prototypes.
(mac_dialog_show) [HAVE_DIALOGS]: Likewise.
(struct skp): New struct (from xmenu.c).
(single_keymap_panes, single_menu_item, list_of_panes)
(list_of_item): Sync with xmenu.c.
(Fx_popup_menu, Fx_popup_dialog): Likewise. Don't get window from
POSITION if it is mac-apple-event event.
(menubar_selection_callback): Don't use menu_command_in_progress.
(set_frame_menubar): First parse all submenus, then make
widget_value trees from them. Don't allocate any widget_value
objects until we are done with the parsing.
(parse_single_submenu, digest_single_submenu): New functions.
(single_submenu): Function deleted, replaced by those two.
(install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't
create or dispose of EventHandlerUPP. Install hander to all submenus.
(mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
instead of ENCODE_SYSTEM.
(free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
integer values.
[HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
(add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
format menu item string. Don't use NULL for integer value.
Nick Roberts [Wed, 21 Dec 2005 12:04:26 +0000 (12:04 +0000)]
(gud-tooltip-modes, gud-tooltip-display):
Delete defcustom variable :tag names.
Nick Roberts [Wed, 21 Dec 2005 11:59:41 +0000 (11:59 +0000)]
*** empty log message ***
Luc Teirlinck [Tue, 20 Dec 2005 23:14:33 +0000 (23:14 +0000)]
Correct typos.
Luc Teirlinck [Tue, 20 Dec 2005 23:12:01 +0000 (23:12 +0000)]
(Type Keywords): Delete xref to "Text help-echo", because it is
confusing. If the :help-echo keyword is a function, it is not
directly used as the :help-echo overlay property, as the xref seems to
suggest (it does not take the appropriate args).
Luc Teirlinck [Tue, 20 Dec 2005 23:11:01 +0000 (23:11 +0000)]
*** empty log message ***
Stefan Monnier [Tue, 20 Dec 2005 21:58:14 +0000 (21:58 +0000)]
(log-view-file-re, log-view-message-re): Use shy groups.
(log-view-font-lock-keywords): Ajust subgroup numbers.
(log-view-current-tag): Don't hard code the number of subgroups.
Juri Linkov [Tue, 20 Dec 2005 21:50:23 +0000 (21:50 +0000)]
*** empty log message ***
Juri Linkov [Tue, 20 Dec 2005 21:50:02 +0000 (21:50 +0000)]
(VC Status): Put P and N near p and n.
Juri Linkov [Tue, 20 Dec 2005 21:42:19 +0000 (21:42 +0000)]
(tooltip): Move defgroup before define-minor-mode.
(tooltip-x-offset, tooltip-y-offset): Doc fix.
Juri Linkov [Tue, 20 Dec 2005 21:41:31 +0000 (21:41 +0000)]
(menu-bar-menu-frame-live-and-visible-p)
(menu-bar-non-minibuffer-window-p): Instead of checking display-multi-frame-p,
use selected-frame when menu-updating-frame is nil.
Juri Linkov [Tue, 20 Dec 2005 21:38:27 +0000 (21:38 +0000)]
(Fx_popup_menu): Add `else' to set Vmenu_updating_frame to nil
only if position is nil.
Juri Linkov [Tue, 20 Dec 2005 21:37:36 +0000 (21:37 +0000)]
(Fx_popup_menu): Set Vmenu_updating_frame to f if
position is non-nil, else set it to nil.
Chong Yidong [Tue, 20 Dec 2005 17:39:47 +0000 (17:39 +0000)]
Typo.
Chong Yidong [Tue, 20 Dec 2005 17:27:35 +0000 (17:27 +0000)]
Typo.
Richard M. Stallman [Tue, 20 Dec 2005 15:39:36 +0000 (15:39 +0000)]
(Help Functions): Update documentation of `apropos'.
Thien-Thi Nguyen [Tue, 20 Dec 2005 14:04:26 +0000 (14:04 +0000)]
*** empty log message ***
Thien-Thi Nguyen [Tue, 20 Dec 2005 13:59:16 +0000 (13:59 +0000)]
(align-rules-list): Use [ \t] instead of \s-
for column separators in text mode.
Nick Roberts [Tue, 20 Dec 2005 09:02:23 +0000 (09:02 +0000)]
(help-customize-variable, help-customize-face):
Don't pop help-xref-stack as help-follow no longer pushes
anything on to it.
Nick Roberts [Tue, 20 Dec 2005 09:00:56 +0000 (09:00 +0000)]
*** empty log message ***
Carsten Dominik [Tue, 20 Dec 2005 08:09:19 +0000 (08:09 +0000)]
Version 4.01
Carsten Dominik [Tue, 20 Dec 2005 08:08:48 +0000 (08:08 +0000)]
(org-agenda-custom-commands): New option.
(org-agenda): Offer custom commands on splash screen.
(org-make-tags-matcher): Parser for Boolean logic added.
(org-agenda-set-tags): New command.
(org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
(org-set-tags): Efficiency improvements.
(org-auto-align-tags): New option.
(org-todo, org-demote, org-promote): Realign tags.
(org-tags-completion-function): Use also "&" and "|" as
separators.
(org-org-menu): Agenda commands simplified.
David Kastrup [Tue, 20 Dec 2005 04:17:37 +0000 (04:17 +0000)]
(AUCTeX): Update version and mailing list info.
Luc Teirlinck [Tue, 20 Dec 2005 03:47:55 +0000 (03:47 +0000)]
(Documentation Tips): Minor change.
Stephen Gildea [Tue, 20 Dec 2005 03:44:32 +0000 (03:44 +0000)]
* mh-customize.el (mh-after-commands-processed-hook): New variable.
(mh-before-commands-processed-hook): Rename from mh-folder-updated-hook.
* mh-e.el (mh-process-commands): Rename mh-folder-updated-hook to
mh-before-commands-processed-hook, call new mh-after-commands-processed-hook.
(mh-folders-changed): New variable (for mh-after-commands-processed-hook).
Luc Teirlinck [Tue, 20 Dec 2005 03:19:50 +0000 (03:19 +0000)]
(Common Keywords): Fix Texinfo usage.
(Group Definitions, Variable Definitions): Update for new conventions
for using `*' in docstrings.
Luc Teirlinck [Tue, 20 Dec 2005 03:18:39 +0000 (03:18 +0000)]
*** empty log message ***
Luc Teirlinck [Tue, 20 Dec 2005 03:08:11 +0000 (03:08 +0000)]
(Documentation Tips): Update for new conventions for using `*' in docstrings.
Luc Teirlinck [Tue, 20 Dec 2005 03:07:04 +0000 (03:07 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 20 Dec 2005 02:49:17 +0000 (02:49 +0000)]
(Electric C): Delete the info about newline control.
(Other C Commands): Minor cleanup.
(Left Margin Paren): Minor cleanup.
Luc Teirlinck [Mon, 19 Dec 2005 23:33:53 +0000 (23:33 +0000)]
(Easy Customization): Add "Browsing Custom" to menu.
(Customization Groups): Delete text moved to "Browsing Custom".
(Browsing Custom): New node.
(Specific Customization): Clarify which commands only work for loaded options.
Bill Wohler [Mon, 19 Dec 2005 23:32:16 +0000 (23:32 +0000)]
* mh-acros.el:
* mh-alias.el:
* mh-comp.el:
* mh-customize.el:
* mh-e.el:
* mh-funcs.el:
* mh-gnus.el:
* mh-identity.el:
* mh-inc.el:
* mh-index.el:
* mh-init.el:
* mh-junk.el:
* mh-mime.el:
* mh-pick.el:
* mh-print.el:
* mh-seq.el:
* mh-speed.el:
* mh-utils.el:
Follow commenting conventions. Don't use ;;; form so much, except for
headings. Precede headings with page feed. This was mostly already
done, so I made it a convention. Did not update copyright on a couple
of files since this was an insignificant change.
Luc Teirlinck [Mon, 19 Dec 2005 23:31:31 +0000 (23:31 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 19 Dec 2005 23:19:02 +0000 (23:19 +0000)]
*** empty log message ***
Luc Teirlinck [Mon, 19 Dec 2005 23:18:17 +0000 (23:18 +0000)]
(font-lock): Add tags to the links in the defgroup.
Luc Teirlinck [Mon, 19 Dec 2005 23:17:19 +0000 (23:17 +0000)]
(customize-apropos, customize-apropos-options): Docstring changes.
Alan Mackenzie [Mon, 19 Dec 2005 22:21:41 +0000 (22:21 +0000)]
Amend the file for CC Mode 5.31. In particular, relax the injunction
that all braces/parens at column zero start defuns.
Romain Francoise [Mon, 19 Dec 2005 17:15:58 +0000 (17:15 +0000)]
*** empty log message ***
Stefan Monnier [Mon, 19 Dec 2005 15:46:13 +0000 (15:46 +0000)]
(Vfunction_key_map): Docstring fix: mention that bindings can be functions.
Chong Yidong [Mon, 19 Dec 2005 14:30:56 +0000 (14:30 +0000)]
* longlines.el (longlines-mode): Wrap while widened.
(longlines-decode-region, longlines-encode-region): Compute max
just once.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 09:56:00 +0000 (09:56 +0000)]
(syms_of_macterm) <mac-allow-anti-aliasing>: Fix unintended default
value change.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:31:44 +0000 (08:31 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:31:33 +0000 (08:31 +0000)]
(x_handle_dnd_message): Drag-and-drop items are now
stored in member `args' of struct input_event.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:31:23 +0000 (08:31 +0000)]
(construct_drag_n_drop): Drag-and-drop items are now
stored in member `args' of struct input_event.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:31:12 +0000 (08:31 +0000)]
(struct input_event): Fix comment for DRAG_N_DROP_EVENT.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:31:04 +0000 (08:31 +0000)]
(create_apple_event_from_event_ref): Remove 5th argument from extern.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:30:56 +0000 (08:30 +0000)]
(mac_do_receive_drag): Drag-and-drop items are now
stored in member `args' of struct input_event.
(x_use_underline_position_properties): Undo 2005-07-13 change.
(syms_of_macterm) <x-use-underline-position-properties>: Likewise.
(mac_use_core_graphics, mac_wheel_button_is_mouse_2)
(mac_pass_command_to_system, mac_pass_control_to_system): New
boolean variables renamed from Lisp_Object ones
Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
Vmac_pass_command_to_system, and Vmac_pass_control_to_system. All
uses changed.
(syms_of_macterm): DEFVAR_BOOL them. Remove previous DEFVAR_LISPs.
Make them user options.
(mac_handle_command_event, mac_store_services_event): Call
create_apple_event_from_event_ref without 5th argument.
(backtranslate_modified_keycode): Mask off modifier keys that are
mapped to some Emacs modifiers before passing it to KeyTranslate.
(syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
`mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
Fix docstrings of `mac-*-modifier'.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:30:27 +0000 (08:30 +0000)]
(create_apple_event_from_event_ref): Remove arg `types'.
(do_applescript): Change argument types to Lisp_Object. All uses
changed.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:30:17 +0000 (08:30 +0000)]
(make_lispy_event): Drag-and-drop items are now
stored in member `args' of struct input_event.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:29:43 +0000 (08:29 +0000)]
(macselect.c.x): Depend on keymap.h.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:29:06 +0000 (08:29 +0000)]
(mac-handle-language-change)
(mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
(mac-services-open-selection, mac-services-mail-selection)
(mac-services-mail-to, mac-services-insert-text)
(mac-dispatch-apple-event): Add docstrings.
(x-get-selection, mac-select-convert-to-string): Select coding
system from `utf-16be' and `utf-16le' using `byteorder'.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:28:55 +0000 (08:28 +0000)]
(all): Add user options in macterm.c. Add test for
Mac-related built-ins. Fix test for GTK-related built-ins.
YAMAMOTO Mitsuharu [Mon, 19 Dec 2005 08:28:38 +0000 (08:28 +0000)]
(mac): New group.
Kenichi Handa [Mon, 19 Dec 2005 07:12:36 +0000 (07:12 +0000)]
Copyright checks done for leim directory.
Kenichi Handa [Mon, 19 Dec 2005 07:04:44 +0000 (07:04 +0000)]
Copyright fixed
Kenichi Handa [Mon, 19 Dec 2005 06:02:52 +0000 (06:02 +0000)]
Copyright fixed
Bill Wohler [Mon, 19 Dec 2005 05:37:02 +0000 (05:37 +0000)]
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
(mh-tool-bar-search-function): Sync docstrings with manual.
(mh-tool-bar-customize): Replace toolbar with tool bar in docstring.
(mh-tool-bar-letter-help): Fix manual reference.
(mh-xemacs-use-toolbar-flag): Rename to mh-xemacs-use-tool-bar-flag.
Initialize to mh-xemacs-has-tool-bar-flag. Sync docstrings with
manual.
(mh-xemacs-toolbar-position): Rename to mh-xemacs-tool-bar-position.
Initialize to nil. Drop "no tool bar" option (redundant) and change
"Same As Default Tool Bar" setting to nil. Sync docstrings with
manual.
(mh-tool-bar-define): Replace toolbar with tool-bar or tool bar
depending on context.
(mh-toolbar-init): Rename to mh-tool-bar-init. Simplified condition
for calling set-specifier. Only look at the value of
mh-xemacs-use-tool-bar-flag.
(mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons): Sync
docstrings with manual.
* mh-comp.el (mh-letter-mode): Use mh-tool-bar-init instead of
mh-toolbar-init.
* mh-e.el (mh-folder-mode): Ditto.
* mh-utils.el (mh-show-mode): Ditto.
Bill Wohler [Mon, 19 Dec 2005 04:49:42 +0000 (04:49 +0000)]
(Tool Bars): Shorten text of previous change.
Dan Nicolaescu [Mon, 19 Dec 2005 04:28:01 +0000 (04:28 +0000)]
(Fx_backspace_delete_keys_p): In case we cannot determine
the answer, return `lambda', not nil.
Richard M. Stallman [Mon, 19 Dec 2005 03:00:43 +0000 (03:00 +0000)]
(VC Status): Document log-view mode.
Stefan Monnier [Mon, 19 Dec 2005 02:20:33 +0000 (02:20 +0000)]
(lazy-completion-table): Don't be fooled if the var holds
a "list" (lambda ...) rather than a real completion list.
Stefan Monnier [Mon, 19 Dec 2005 02:17:38 +0000 (02:17 +0000)]
(cl-macroexpand-all): Fix code-walk for
lexical-let when encountering ((lambda (...) ...) ...).
Bill Wohler [Sun, 18 Dec 2005 18:03:57 +0000 (18:03 +0000)]
(Tool Bars): Mention that you can turn off tool bars permanently via
the customize interface
Luc Teirlinck [Sun, 18 Dec 2005 05:39:10 +0000 (05:39 +0000)]
*** empty log message ***
Chong Yidong [Sun, 18 Dec 2005 01:18:45 +0000 (01:18 +0000)]
* progmodes/sh-script.el (sh-mode): Add keymap to docstring.
Chong Yidong [Sun, 18 Dec 2005 01:17:27 +0000 (01:17 +0000)]
* language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
* textmodes/picture.el (picture-mode): Update docstrings.
Chong Yidong [Sun, 18 Dec 2005 01:16:00 +0000 (01:16 +0000)]
Docstring keymaps checked.
Chong Yidong [Sun, 18 Dec 2005 00:20:09 +0000 (00:20 +0000)]
Circle printing bug fixed.
Miles Bader [Sat, 17 Dec 2005 21:41:34 +0000 (21:41 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 169-173)
- Merge from emacs--cvs-trunk--0
- Update from CVS
2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-art.el (gnus-signature-separator): Fix custom type.
* lisp/gnus/mm-decode.el (mm-inlined-types): Fix custom type.
(mm-keep-viewer-alive-types): Ditto.
(mm-automatic-display): Ditto.
(mm-attachment-override-types): Ditto.
(mm-inline-override-types): Ditto.
(mm-automatic-external-display): Ditto.
2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-art.el (gnus-buttonized-mime-types): Mention addition of
multipart/alternative and add xref to mm-discouraged-alternatives
in doc string.
* lisp/gnus/mm-decode.el (mm-discouraged-alternatives): Add xref to
gnus-buttonized-mime-types in doc string.
2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/rfc2047.el (rfc2047-charset-to-coding-system): Recognize
us-ascii as a MIME charset.
* lisp/gnus/mm-bodies.el (mm-decode-content-transfer-encoding): Protect
against the case where the 2nd arg TYPE is nil.
2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus-start.el (gnus-no-server-1): Mention
`gnus-level-default-subscribed' in doc string.
2005-11-26 Dave Love <fx@gnu.org>
* lisp/gnus/tls.el (open-tls-stream): Rename arg SERVICE to PORT.
(tls-program, tls-success): Provide openssl alternative.
* lisp/gnus/starttls.el: Doc fixes.
(starttls-open-stream-gnutls, starttls-open-stream): Rename arg
SERVICE to PORT.
2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus-start.el (gnus-start-draft-setup): Enforce
`gnus-draft-mode' for nndraft:drafts at startup.
* lisp/gnus/gnus.el (gnus-splash): Change custom group.
(gnus-group-get-parameter, gnus-group-parameter-value): Describe
allow-list argument.
* lisp/gnus/gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
string.
2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
* lisp/gnus/mm-decode.el (mm-display-external): Add lacked cdr.
2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (MIME Commands): Mention addition of
multipart/alternative to gnus-buttonized-mime-types and add xref
to mm-discouraged-alternatives.
* man/emacs-mime.texi (Display Customization): Mention addition of
"image/.*" and add xref to gnus-buttonized-mime-types in the
mm-discouraged-alternatives section.
Eli Zaretskii [Sat, 17 Dec 2005 17:29:36 +0000 (17:29 +0000)]
*** empty log message ***